SftTree/NET 2.0

SmoothScroll Property, SftTree Class

Softel vdm, Inc.

Defines whether smooth scrolling is used.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property SmoothScroll As Boolean

C#   

public bool SmoothScroll { get; set; }

C++   

public: property bool SmoothScroll {
        bool get();
        void set(bool value);
}

Property Value

True if smooth scrolling is used, otherwise False.

The default value is True.

Comments

The SmoothScroll property defines whether smooth scrolling is used.

If enabled, instead of scrolling by an entire item at a time, the items are scolled up/down pixel by pixel. Smooth scrolling is only used when items are scrolled vertically by a few positions.

If OptimizedRendering is set to False, this property has no effect and smooth scrolling is not used.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com